Age | Commit message (Expand) | Author |
2011-07-31 | Fixed a few small problems, including m_ssl's connect feature sometimes faili... | Adam |
2011-07-26 | A few small fixes | Adam |
2011-07-14 | Fixed OSOpersOnly & CSOpersOnly | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-07-03 | Clean up some of the dns code, udp is connectionless anyway so this isnt requ... | Adam |
2011-06-27 | Fixed build on older cmake versions | Adam |
2011-06-20 | Cleaned up some of the logger code which fixes not logging debug logs to file... | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-06-14 | Fixed a few small things | Adam |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator |
2011-06-12 | added a Anope::string::capacity() function | DukePyrolator |
2011-06-09 | small improvement for Timer::SetSecs() | DukePyrolator |
2011-06-07 | added a Timer::SetSecs() function | DukePyrolator |
2011-06-02 | Burst our channels with the uplink when we connect & fixed bug #1274 | Adam |
2011-06-02 | Place version.h in build/ not include/ | Adam |
2011-05-23 | Added an IsServicesOper event | Adam |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam |
2011-05-22 | fixed a possible crash on database saving | DukePyrolator |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Modularized os_news | Adam |
2011-05-16 | Calculate nc::channelcount at runtime | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Check for a valid server in /operserv noop | Adam |
2011-05-16 | Expand more on m_alias and changed some std::string usage in sockets.cpp to u... | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Fixed reading empty config values in the multiconfig code, caused by removal ... | Adam |
2011-05-16 | Added more useful functions to our LDAP API, allow adding newly registered ac... | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Fixed up the MySQL Query code and finished some command code I forgot earlier | Adam |
2011-05-16 | Removed DT_CHARPTR from the config reader, its unneeded | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-05-16 | Use std::map instead of unordered_map | Adam |
2011-05-15 | Fixed Windows build | Adam |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group i... | Adam |
2011-04-25 | Don't attempt to connect to the uplink if given invalid hostnames | Adam |
2011-04-03 | Made LDAP support recover, release, resetpass, etc. | Adam |
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam |
2011-03-30 | Fixed windows build more, including ldap | Adam |
2011-03-29 | Fixed windows build | Adam |
2011-03-29 | Fixed some left over useprivmsg problems and fixed some compiler warnings. | Adam |
2011-03-26 | replaced all %R with %s in the language strings | DukePyrolator |
2011-03-14 | Fixed compile | Adam |
2011-03-14 | Removed include/patricia.h due to oversight in attribution. This breaks compi... | Charles Kingsley |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-13 | When a server quits use its quit reason for all of its links | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-03-12 | added ns_cert | DukePyrolator |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-09 | Store mlock in the databases and removed some unused functions from misc.cpp | Adam |