Age | Commit message (Expand) | Author |
2008-04-05 | Fix multiple burst notifications in a better way (force EOB was quite often h... | w00t |
2008-04-05 | Fix IDLE sending a nick rather than a uid. Atheme should probably put a check... | brain |
2008-04-05 | Fix bug (partially/accidentally) discovered by Bricker: if an XLine is not pe... | w00t |
2008-04-05 | Only finish bursting once, thanks AnMaster | brain |
2008-04-05 | Remove debug, thanks for reminding me danieldg | brain |
2008-04-05 | Tweaks to make some errors show server name and not server ID | brain |
2008-04-05 | Make sure this is pushed too | brain |
2008-04-05 | More standardized version output in 002 and 004 to make indexing for version ... | brain |
2008-04-05 | Use 1.2, not VERSION constant for here. | w00t |
2008-04-05 | Update ModDesc and class name | w00t |
2008-04-05 | Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow... | w00t |
2008-04-05 | Fix crash in MODE when sent for a user, with only one parameter (which is wro... | brain |
2008-04-04 | Add m_nickban and documentation. Implements +b n:, which stops any users matc... | w00t |
2008-04-04 | Off by one | w00t |
2008-04-04 | Only examine local messages | w00t |
2008-04-04 | DOH | brain |
2008-04-04 | Extra stuff for 005 numeric | brain |
2008-04-04 | m_quietban: implements snomask +b q: | w00t |
2008-04-04 | Remove debug printf | w00t |
2008-04-04 | Fix broken fjoin, looks like we forgot something when porting to new format :p | brain |
2008-04-04 | The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba... | w00t |
2008-04-04 | See this brain | w00t |
2008-04-04 | Apply our own version of mminds patch that doesnt have #defines in it | brain |
2008-04-04 | Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T... | w00t |
2008-04-04 | Dont check APrefix both times :p | brain |
2008-04-04 | Better checks | brain |
2008-04-04 | Throw exception if both the prefix chars are defined and the same (thaks dani... | brain |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-04 | Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting. | peavey |
2008-04-04 | Zap printfs | brain |
2008-04-04 | Fix lost messages, thanks w00t and peavey | brain |
2008-04-04 | fix warnings | w00t |
2008-04-04 | Attempt to avoid infinite loops | w00t |
2008-04-04 | Fix this (thx danieldg and owine) | w00t |
2008-04-04 | Fix bad use of old event based api for spanningtree (this is mostly gone now) | brain |
2008-04-04 | Remove deprecated InspIRCd::Log() method so people don't use it etc | w00t |
2008-04-04 | Whoops, thanks w00t | brain |
2008-04-04 | Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain. | brain |
2008-04-04 | Make it buildable | brain |
2008-04-04 | Whoops, this would be bad if not fixed :p | brain |
2008-04-04 | Fix chanlog (NOTE: previous commit will require a FULL recompile) | w00t |
2008-04-04 | Remote server PRIVMSG/NOTICE to nickname support | brain |
2008-04-04 | Remove two useless methods, chanlog is b0rked at the moment. | w00t |
2008-04-04 | Support for remote NOTICE/PRIVMSG with server origin and user target | brain |
2008-04-04 | Add safety check for nonexistent server in receiving server origin privmsg (s... | brain |
2008-04-04 | Modify chanlog to send message remotely, too. Logging now works server <-> se... | w00t |
2008-04-04 | Extra safety required by recent changes | brain |
2008-04-04 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |
2008-04-04 | Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac... | brain |
2008-04-04 | Server origin privmsg, UNTESTED - will test in a min | brain |