2007-01-01 |
brain | Fix to allow for OnRehash to know what user initiated... |
blob | commitdiff | raw |
2006-12-15 |
w00t | Remove global namespacing, makes modules compile FASTAH... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
brain | Fix this to display the channel name when overriding... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
w00t | Hopefully fix override notices on channel bans, also... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
brain | Insert massive change here. |
blob | commitdiff | raw | diff to current |
2006-10-16 |
brain | Allow * in override to mean all tokens in 1.1 |
blob | commitdiff | raw | diff to current |
2006-10-01 |
brain | Now with binary versioning goodness |
blob | commitdiff | raw | diff to current |
2006-09-25 |
brain | All done. |
blob | commitdiff | raw | diff to current |
2006-09-17 |
brain | Add const std::string &original_command to OnPreCommand... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
brain | Much neater more compact override notices for modes: |
blob | commitdiff | raw | diff to current |
2006-09-09 |
brain | Tidy up override snotices |
blob | commitdiff | raw | diff to current |
2006-09-09 |
brain | More debug logging in this module |
blob | commitdiff | raw | diff to current |
2006-09-09 |
brain | Changes to m_override |
blob | commitdiff | raw | diff to current |
2006-09-02 |
brain | Add chanrec::IsBanned() so that we dont have to keep... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
brain | Make ban override notice only trigger when they actuall... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
brain | Remove blank lines from previous perl inplace edits |
blob | commitdiff | raw | diff to current |
2006-08-28 |
w00t | Make oper-override notices a bit more grammar friendly... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | ConfigReader and FileReader now take InspIRCd* to their... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | None of the modules use an extern InspIRCd* any more |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Last of Server:: methods moved to InspIRCd::. Server... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Note: FOR THE MOMENT, this is BROKEN. It wont run right... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Fixes and removal of Server::GetServerName() |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | FindNick, FindChan, ChanModes, UserList, CountInvisible... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move tons more stuff into class InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | ServerConfig extern moved into class InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WriteChannel* functions and ChanExceptSender* functions... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
brain | delete operator tracking in debug mode (using a macro... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
om | Indentation fixes, and stop it snoticing on every join... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
om | if(chan->limit >= Srv->CountUsers(chan)) snotice &... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
brain | Renamed to chanrec::modes |
blob | commitdiff | raw | diff to current |
2006-03-12 |
brain | *NEEDS TESTING* changed binarymodes to use the custom_m... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Yet more const ref changes |
blob | commitdiff | raw | diff to current |
2006-03-08 |
brain | These modules were using deprecated Server::IsOnChannel... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
brain | Tidied up m_override to avoid use of configreader durin... |
blob | commitdiff | raw | diff to current |
2006-02-15 |
brain | Removed a whole lot of strchr's looking for mode +o... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
brain | Wrong varname |
blob | commitdiff | raw | diff to current |
2006-02-05 |
brain | Re-organized order of cmd_kick stuff (OnUserPreKick... |
blob | commitdiff | raw | diff to current |
2006-01-28 |
brain | MODEOP and MODEDEOP were transposed |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Updated copyrights in headers etc using perl inplace... |
blob | commitdiff | raw | diff to current |
2005-12-26 |
brain | Corrections |
blob | commitdiff | raw | diff to current |
2005-12-26 |
brain | Converted to new Implements system |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | std::string -> irc::string |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Fixed to work with new IsInvited |
blob | commitdiff | raw | diff to current |
2005-12-07 |
brain | Changed behaviour of module API to pass Server* to... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
brain | Added a parameter to OnRehash for the rehash parameter |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Changed to use __single_client_alloc, faster on most... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Moved a ton of functions into helperfuncs.h to speed... |
blob | commitdiff | raw | diff to current |
2005-05-12 |
brain | Structure optimizations, changed a lot of bools into... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
brain | Fixed WriteChannelWithServ |
blob | commitdiff | raw | diff to current |
2005-04-13 |
brain | Fixed a typo |
blob | commitdiff | raw | diff to current |
2005-04-10 |
brain | Fine-grained control over what can be overridden by... |
blob | commitdiff | raw | diff to current |
2005-04-07 |
brain | Tons of module versionflags stuff, and checks for it... |
blob | commitdiff | raw | diff to current |
2005-04-07 |
brain | Added version flags |
blob | commitdiff | raw | diff to current |
2005-04-06 |
brain | Fix by om for 'mode change while not on channel' bug |
blob | commitdiff | raw | diff to current |
2005-03-27 |
brain | Added 005 numeric handling to most of the modules |
blob | commitdiff | raw | diff to current |
2004-05-22 |
brain | Added remainder of OnUserPreInvite stuff |
blob | commitdiff | raw | diff to current |
2004-05-16 |
brain | Updated header comments |
blob | commitdiff | raw | diff to current |
2004-05-02 |
brain | Added operchans module for +O mode support |
blob | commitdiff | raw | diff to current |
2004-05-02 |
brain | Added oper-override module |
blob | commitdiff | raw | diff to current |
|