summaryrefslogtreecommitdiff
path: root/backlog.cpp
Commit message (Collapse)AuthorAge
* Add lowercase versions of $NETWORK and $USERUser Smuth2017-06-12
|
* Merge pull request #11 from FruitieX/fixeswalliski2015-10-23
|\ | | | | Show log file name and print messages to query window
| * Print messages to query window instead of different oneWalliski2015-10-20
| |
| * Print logfile nameWalliski2015-10-20
| |
* | Escape channel names the same way as ZNC Log module does itWalliski2015-10-20
|/
* Made channels lowercaseWalliski2014-10-29
|
* Display properly IRC noticesTheo Chatzimichos2014-09-21
|
* print log not found error message to active channelRasmus Eskola2014-09-11
|
* get rid of unnecessary functionRasmus Eskola2014-08-14
|
* try printing privmsgs to the right placeRasmus Eskola2014-08-14
|
* tabs -> spacesRasmus Eskola2014-08-14
|
* "Playback Complete" message now has a capital C just like znc does :-)Rasmus Eskola2014-07-02
|
* case insensitive filenames, because irc is case insensitiveRasmus Eskola2014-07-02
|
* argh, againRasmus Eskola2013-08-11
|
* fix more debug stuff that was left in by accidentRasmus Eskola2013-08-11
|
* oops get rid of debug printRasmus Eskola2013-08-11
|
* by default don't print join/part/rename status messages (you can enableRasmus Eskola2013-08-11
| | | | | | them again by running PrintStatusMsgs true) several small fixes and cleanups
* get rid of extra spaces after channel name in irc messagesRasmus Eskola2013-08-10
|
* CaseCmp("blah") == 0 -> Equals("blah")Rasmus Eskola2013-08-10
|
* rename LogPath member variable to m_sLogPathRasmus Eskola2013-08-10
|
* sane limits for numlines, add a few tasks to TODORasmus Eskola2013-08-10
|
* improve help texts in the module itselfRasmus Eskola2013-08-10
|
* don't wipe logpath variable when running LogPath without argumentsRasmus Eskola2013-08-10
|
* 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