2005-04-21 |
brain | Tested initial m_sql (works with issues) |
tree | commitdiff |
2005-04-20 |
brain | Added preliminary m_sql.cpp |
tree | commitdiff |
2005-04-20 |
brain | Moved to B4 |
tree | commitdiff |
2005-04-20 |
brain | Moved to B3 official |
tree | commitdiff |
2005-04-20 |
brain | Added module message passing architecture |
tree | commitdiff |
2005-04-20 |
brain | Removed some unceccessary debug output |
tree | commitdiff |
2005-04-20 |
brain | Added OnUserDisconnect method to modules.* to fix fd... |
tree | commitdiff |
2005-04-19 |
brain | Fixed fd leaks |
tree | commitdiff |
2005-04-19 |
brain | Added 'server already exists' check for u-type links |
tree | commitdiff |
2005-04-19 |
brain | Fixed bug when ordering a bot to leave using anope... |
tree | commitdiff |
2005-04-19 |
brain | Fixed anope module sending L tokens with 2 instead... |
tree | commitdiff |
2005-04-18 |
brain | Fixed broken server/server handshake for U-type server... |
tree | commitdiff |
2005-04-18 |
brain | Added PID reporting and testing before daemonize |
tree | commitdiff |
2005-04-18 |
brain | Changed "is now running" message to AFTER port bind... |
tree | commitdiff |
2005-04-18 |
brain | Fixed /LUSERS server count again |
tree | commitdiff |
2005-04-18 |
brain | Fixed /LUSERS server count |
tree | commitdiff |
2005-04-18 |
brain | Fixed strange join behavior reported by w00t (mirc... |
tree | commitdiff |
2005-04-18 |
brain | Fixed strhashcomp |
tree | commitdiff |
2005-04-17 |
brain | Fixed bug #47 reported (and suggested fix) by Om |
tree | commitdiff |
2005-04-17 |
brain | Removed some old uneeded code |
tree | commitdiff |
2005-04-16 |
brain | Added: |
tree | commitdiff |
2005-04-16 |
brain | Fixed lingering (SO_REUSEADDR was being set to 0?) |
tree | commitdiff |
2005-04-16 |
brain | Added a chanrec to OnRawMode, om pointed out i hadnt... |
tree | commitdiff |
2005-04-15 |
brain | Fixed a minor bug in text formatting of errors |
tree | commitdiff |
2005-04-15 |
brain | Added new API methods: |
tree | commitdiff |
2005-04-15 |
brain | Fixed a minor parameter bug (display glitch, wrong... |
tree | commitdiff |
2005-04-15 |
brain | Added the m_chanfilter module, implements chanmode... |
tree | commitdiff |
2005-04-15 |
brain | Made cmode and chanmode more safe |
tree | commitdiff |
2005-04-15 |
brain | Someone got a comparison completely the wrong way aroun... |
tree | commitdiff |
2005-04-15 |
brain | Fixed bug where if channel limit was lower than the... |
tree | commitdiff |
2005-04-14 |
brain | Brains law of coding #1: There will always be typos... |
tree | commitdiff |
2005-04-14 |
brain | Sends /LUSERS on connect |
tree | commitdiff |
2005-04-14 |
brain | More nice comments (this module is kind of a flagship... |
tree | commitdiff |
2005-04-14 |
brain | Changed the state engine states to nice constants |
tree | commitdiff |
2005-04-14 |
brain | More careful checks for control characters and linefeed... |
tree | commitdiff |
2005-04-14 |
brain | Added comments |
tree | commitdiff |
2005-04-14 |
brain | Lots of bugfixes, added timeouts, completely nonblocking! |
tree | commitdiff |
2005-04-14 |
brain | Added ability for modules to hold users in a 'holding... |
tree | commitdiff |
2005-04-14 |
brain | Added m_ident skeleton |
tree | commitdiff |
2005-04-14 |
brain | Added OnUserKick and OnUserPreKick |
tree | commitdiff |
2005-04-14 |
brain | Fixed typo |
tree | commitdiff |
2005-04-14 |
brain | Stupid typos |
tree | commitdiff |
2005-04-14 |
brain | Fixed minor typo in AllModulesReportReady() |
tree | commitdiff |
2005-04-14 |
brain | Added (untested!) OnCheckReady and OnUserRegister ... |
tree | commitdiff |
2005-04-14 |
brain | Added OnPreCommand |
tree | commitdiff |
2005-04-13 |
brain | Updated /INFO (nothing in here before, was 2 years... |
tree | commitdiff |
2005-04-13 |
brain | Added IsValidHostMask |
tree | commitdiff |
2005-04-13 |
brain | Fixed some 'unknown command' stuff (sorry w00t) :p |
tree | commitdiff |
2005-04-13 |
brain | Changed to non-conflicting numeric 948 for invalid... |
tree | commitdiff |
2005-04-13 |
brain | Fixed stupid m_park disabling privmsgs to all users :/ |
tree | commitdiff |
2005-04-13 |
brain | Updated to support OnSendList |
tree | commitdiff |
2005-04-13 |
brain | Added Module::OnSendList |
tree | commitdiff |
2005-04-13 |
brain | Added Server::AddGLine |
tree | commitdiff |
2005-04-13 |
brain | Fixed a typo |
tree | commitdiff |
2005-04-13 |
brain | Fixed /kill bug in m_operlevels (couldnt kill non-opers) |
tree | commitdiff |
2005-04-13 |
brain | Fixed m_park stuff |
tree | commitdiff |
2005-04-13 |
brain | Double 367 numeric glitch fixed |
tree | commitdiff |
2005-04-13 |
brain | Now tracks quits (just in case some oper saquits, then... |
tree | commitdiff |
2005-04-13 |
brain | Track user quits in the park list |
tree | commitdiff |
2005-04-13 |
brain | Fixed OnBackgroundTimer segfaults |
tree | commitdiff |
2005-04-12 |
brain | Unitialized data bites the big one |
tree | commitdiff |
2005-04-12 |
brain | Fixed not reading sessions until a rehash |
tree | commitdiff |
2005-04-12 |
brain | Added 005 numeric handling, token is "PARK" |
tree | commitdiff |
2005-04-12 |
brain | Fixed to prevent giving out negative keys |
tree | commitdiff |
2005-04-12 |
brain | Added m_park, user parking to keep ops during a ping... |
tree | commitdiff |
2005-04-12 |
brain | Added OnBackgroundTimer method, ticks every 5 seconds... |
tree | commitdiff |
2005-04-12 |
brain | Added Server::PseudoToUser and Server::UserToPseudo |
tree | commitdiff |
2005-04-11 |
brain | Dns free() errors fixed |
tree | commitdiff |
2005-04-11 |
brain | More fixes :/ |
tree | commitdiff |
2005-04-11 |
brain | Blah |
tree | commitdiff |
2005-04-11 |
brain | Grr |
tree | commitdiff |
2005-04-11 |
brain | More module fixes |
tree | commitdiff |
2005-04-11 |
brain | Fucking linux |
tree | commitdiff |
2005-04-11 |
brain | Stoopid bloody linux |
tree | commitdiff |
2005-04-11 |
brain | More fixes |
tree | commitdiff |
2005-04-11 |
brain | Attempts to fix broken /loadmodule on some linux |
tree | commitdiff |
2005-04-11 |
brain | Fixed /unloadmodule on crappy gentoo |
tree | commitdiff |
2005-04-11 |
brain | Fixed minor text typos |
tree | commitdiff |
2005-04-11 |
brain | Added m_filter_pcre, filters with regular expression... |
tree | commitdiff |
2005-04-11 |
brain | Made setrlimit a commandline option |
tree | commitdiff |
2005-04-11 |
brain | Added getrlimit/setrlimit to set process limits to... |
tree | commitdiff |
2005-04-11 |
brain | Added getrlimit/setrlimit to set process limits to... |
tree | commitdiff |
2005-04-10 |
brain | Fixed to not have an idle time greater than the signon... |
tree | commitdiff |
2005-04-10 |
brain | Added m_setidle, allows opers to set their idle times |
tree | commitdiff |
2005-04-10 |
brain | Changed escape codes to work better on dark-on-light... |
tree | commitdiff |
2005-04-10 |
brain | Moved to beta 3 |
tree | commitdiff |
2005-04-10 |
brain | Changed to beta 2 (beta 1 was a fast beta!) |
tree | commitdiff |
2005-04-10 |
brain | Fine-grained control over what can be overridden by... |
tree | commitdiff |
2005-04-10 |
brain | Test commit |
tree | commitdiff |
2005-04-10 |
brain | Fixed chu's typo |
tree | commitdiff |
2005-04-10 |
brain | Put the version back after a rush-fix |
tree | commitdiff |
2005-04-10 |
brain | Fixed a missing semicolon *LARGE SLAP* |
tree | commitdiff |
2005-04-09 |
brain | New day, new version :) |
tree | commitdiff |
2005-04-09 |
brain | Changed parameters of OnPacketTransmit and OnPacketRece... |
tree | commitdiff |
2005-04-09 |
brain | Added support for /NAMES with no parameters (just gives... |
tree | commitdiff |
2005-04-09 |
brain | Fixed matching |
tree | commitdiff |
2005-04-09 |
brain | Never got committed - added GetVersion() |
tree | commitdiff |
2005-04-08 |
frostycoolslug | Added Dynamic src/modules/Makefile generation, during... |
tree | commitdiff |
2005-04-08 |
brain | Added <disabled:commands> tag! |
tree | commitdiff |
2005-04-08 |
brain | Added ability to disable any command for non-opers |
tree | commitdiff |
next |