Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-25 | Update Hybrid protocol module for Hybrid 8.1 | Michael Wobst | |
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-14 | Allow assigning service bots via /invite | Adam | |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-07 | Optimizations of much of the more commonly used code | Adam | |
2013-02-23 | Add SVSNICK and SVSHOLD to hybrid | Adam | |
2013-02-23 | Revert "do not send RESV from operserv when its not introduced" | DukePyrolator | |
This reverts commit 2336b4723c484bd1d4307c24f8f0b16de18e502c. | |||
2013-02-23 | do not send RESV from operserv when its not introduced | DukePyrolator | |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2013-01-06 | Buggy compilers are buggy | Adam | |
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam | |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam | |
2012-11-23 | Made IRCDProto a Service | Adam | |
2012-11-23 | Change the return type of ircdmessage to void now that we don't use it, add ↵ | Adam | |
an ircd message module event, and a few more fixups | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-16 | Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID ↵ | Adam | |
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode | |||
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam | |
2012-10-14 | Updated the hybrid protocol module, patch provided by Michael | DukePyrolator | |
- Change mode handler to use UIDs within SVSMODE messages - The IP can be 0 in UID messages depending whether or not a client is spoofed - Removed SendGlobopsInternal handler. Anope is using GLOBOPS by default - Set user's services timestamp/account to 0 instead of 1 on /ns logout, otherwise the UID message handler will | |||
2012-10-14 | Use account name for svid on hybrid | Adam | |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an ↵ | Adam | |
ircd given value from NICK | |||
2012-10-13 | Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at> | Adam | |