summaryrefslogtreecommitdiff
path: root/backlog.cpp
Commit message (Collapse)AuthorAge
* messages when starting/stopping playbackRasmus Eskola2013-08-10
|
* parse nicknames from log fileRasmus Eskola2013-08-10
|
* check if we have joined a window, if so then print log there, otherwiseRasmus Eskola2013-08-10
| | | | print to *backlog
* WIP: print message log into correct window, currently does not work ifRasmus Eskola2013-08-10
| | | | | | | | that window is not joined TODO: - parse nickname from logs - check if channel is joined before sending messages there, otherwise use PutModule()
* tell user when no log files foundRasmus Eskola2013-08-10
|
* warn user of empty logpath at first load, remove unneeded comments,Rasmus Eskola2013-08-10
| | | | increase default reqLines
* copyright stuffRasmus Eskola2013-08-10
|
* fix reverse orderingRasmus Eskola2013-08-10
|
* s/DirList/FileListRasmus Eskola2013-08-10
|
* implement requesting logs on a per-network module levelRasmus Eskola2013-08-10
| | | | | | | | | | | | | | | | | e.g. /msg *backlog #helloworld 42 currently needs the LogPath variable set to an absolute filesystem path in order to function at all e.g. /msg *backlog LogPath /home/me/.znc/users/$USER/moddata/log/$USER_$NETWORK_$WINDOW_*.log filenames are matched to the last asterisk '*' character in the LogPath. $USER, $NETWORK and $WINDOW are substituted as following: $USER: your ZNC username $NETWORK: the network that the module was loaded on $WINDOW: requested window name (/msg *backlog $WINDOW) if line count is omitted, it defaults to 50
* tell user when setting logpathRasmus Eskola2013-08-10
|
* handle "help" and "logpath" commands, set logpath if module started withRasmus Eskola2013-08-09
| | | | arguments
* cleanupRasmus Eskola2013-08-09
|
* nicer error messageRasmus Eskola2013-08-09
|
* take in a file path as command and echo the file's contentsRasmus Eskola2013-08-09
|
* Networkmodule?Walliski2013-08-08
|
* Removed some more stuffWalliski2013-08-08
|
* Merge branch 'master' of https://github.com/FruitieX/znc-backlogWalliski2013-08-08
|\
| * rename module classRasmus Eskola2013-08-08
| |
* | Removed some examplesWalliski2013-08-08
|/
* apache v2.0 license and sample code for ZNC modulesRasmus Eskola2013-08-08