vibenews v0.8.0 (2017-03-26T10:21:05Z)
Home
Dub
Repo
Controller.enumerateNewArticles
vibenews
controller
Controller
Undocumented in source. Be warned that the author may not have intended to support it.
class
Controller
void
enumerateNewArticles
(
string
groupname
,
SysTime
date
,
void
delegate
(
size_t
idx
,
BsonObjectID
_id
,
string
msgid
,
long
msgnum
)
@
safe
del
)
Meta
Source
See Implementation
vibenews
controller
Controller
constructors
this
functions
activateArticle
addGroup
createGroupCategory
createGroupIndexes
deactivateArticle
deleteArticle
deleteGroupCategory
deleteUser
enumerateAllArticlesBackwards
enumerateArticles
enumerateGroupCategories
enumerateGroups
enumerateNewArticles
enumerateNewGroups
enumerateThreadPosts
enumerateThreads
enumerateUsers
getAllArticlesCount
getArticle
getArticleGroupRefs
getAuthGroup
getAuthGroupByName
getGroup
getGroupByName
getGroupCategory
getThread
getThreadArticleIndex
getThreadCount
getThreadForFirstArticle
getThreadPostCount
getUser
getUserByEmail
getUserCount
getUserMessageCount
groupExists
isAuthorizedForReadingGroup
isAuthorizedForWritingGroup
isEmailRegistered
markAsSpam
postArticle
purgeGroup
reclassifySpam
repairGroupNumbers
repairThreads
updateGroup
updateGroupCategory
updateUser
properties
settings
userManController