summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-08Update example conf - this needs documenting on the wiki (previous commit)brain
2007-03-08option to allow announce of invites to channel (similar to unreal)brain
2007-03-08Patch by satmd to support using IP addresses with cgiircspecial
2007-03-06Fixes for snotice quit reasonsbrain
2007-03-06Fix on-rehash reloading of the lists... and why were we tokenizing the string...brain
2007-03-06Fix for bug #237brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-03-05Klosterkrone? wtf kind of cheese is that. It best taste nice.brain
2007-03-05State that the channel is full, to avoid confusionbrain
2007-03-05Return 1 not 0, we dont want two numerics. (thanks peavey)brain
2007-03-05Change oper notice into a numeric to the user:brain
2007-03-04Change openssl autoprompting to use pkg-config, so if you dont *have* pkg-con...brain
2007-03-04Add xchat :IDENTIFY workaround to example confbrain
2007-03-03Allow for the cgiirc module to change the users host if it doesnt resolvebrain
2007-03-03Add cgi:irc to the example conf, it was omitted for some reasonbrain
2007-03-03Fix double-dereference in CheckIdent and CheckPass which causes the values of...brain
2007-03-03Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ...brain
2007-03-03Fix m_services_account logout by allowing meta with empty data field. Tracker...peavey
2007-03-03Rebuild 005 on rehash. Tracker: bug #234peavey
2007-03-02Do not perform redirect on chained channel links, tell user channel is full a...peavey
2007-02-27Fix for small display issue, when both ssl modules are loaded, both output a ...brain
2007-02-25Add svshold to example conf.peavey
2007-02-25Improve wording on ircumsgprefix.peavey
2007-02-25Fixes and optimizationsbrain
2007-02-25Ensure that simplemodes are sent first (jilles requested this)brain
2007-02-25Bans are bursted using a large string buffer to save on write() calls, so the...brain
2007-02-25Add max line length value to modestacker, so that it can clamp the max length...brain
2007-02-22Added sepstream::GetRemaining()special
2007-02-20New and improved /INFO (now with meaty chunks)brain
2007-02-20fix typo.peavey
2007-02-20No need to .c_str() the quitmsg, it takes const std::string&brain
2007-02-20Make these vendor modules.peavey
2007-02-20Put back quit prefix that got lost in last fix.peavey
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-19Too many small tweaks to list. Most notably tidy up info, note that /trace is...brain
2007-02-19When a users nick is overruled, remove their nickname-sent bit from userrec::...brain
2007-02-19fix obligotary typosbrain
2007-02-19Better handling of nickname overrulingbrain
2007-02-19Whoops, typobrain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-19Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...brain
2007-02-18Few more cleanups (no need to update, shouldn't have changed any behaviour..)om
2007-02-18Stop this using some global ServerInstance (where's that even defined? :|) an...om
2007-02-18Account for bearbots whos CTCP TIME misses the ending \1 from the CTCPbrain
2007-02-18Eliminate some string copies, tidy some code, and reverse some short-circuit ...brain
2007-02-17Change bytes-used counter for commands (used by /stats m) as in excessive use...brain
2007-02-17Bump API versionbrain
2007-02-17Change /msg $* to have the correct source the same way /notice $* doesbrain
2007-02-17Remove redundant debugbrain
2007-02-17Drop the invalid command generated by the bearbot CTCP TIME checkbrain