Age | Commit message (Expand) | Author |
2008-09-11 | Fix KILL server-notice duplication | aquanight |
2008-09-08 | Remove a (now nonexistant) reference from .h | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-08-31 | Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we... | brain |
2008-08-31 | More debugging mesages for troubleshooting invalid mode sequences in UID | brain |
2008-08-31 | I guess it makes sense never to let the gecos be parsed as a mode param, even... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-31 | Two fixes: First, change the error message for too few params for UID to now ... | brain |
2008-08-31 | What the fuck am I doing. | w00t |
2008-08-31 | Off-by-one on params also == masskill, woo | w00t |
2008-08-31 | Add snomasks to UID command, after 'modes', bump protocol version, as this ca... | w00t |
2008-08-31 | Remove a redundant check, and fix user-mode change propegation. (closes bug #... | w00t |
2008-08-29 | Tidier /modules generation. faster for non-opers, neater for all, and doesnt ... | brain |
2008-08-29 | Safeguards | w00t |
2008-08-29 | Fix extra End of /STATS on spanningtree override of stats c and n. | peavey |
2008-08-29 | Remove some old stuff | w00t |
2008-08-27 | Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci... | w00t |
2008-08-25 | Fix build. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-23 | Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-18 | Increase the size of the matrix for map drawing to 250x250 | brain |
2008-08-09 | Add translation type TR_CUSTOM, and fix up callerid some. | aquanight |
2008-08-05 | Make this fit in with the rest of the code | w00t |
2008-08-05 | Return the right thing. | w00t |
2008-08-05 | Better Way(TM) of doing easy routing of commands with a user based source. Th... | w00t |
2008-08-05 | Forward-port r10098 and r10099, fixing anope+inspircd=ftopic ddos. Thanks to ... | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-19 | Fix total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-07-18 | Set parent to empty if there is no parent, pippijn, does this fix your duplic... | w00t |
2008-07-17 | Send strerror() on all socket error messages, this should help diagnose probl... | w00t |
2008-07-14 | Fix compile | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-13 | Win32 compilation fixes | brain |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Remove this debug line, eliminating its pointless warning | brain |
2008-06-06 | And fix typo that came with it | brain |
2008-06-06 | Fix bug from std::string porting, thanks ThunderHacker | brain |
2008-06-06 | Whoops, remote users not being counted in map, fix | brain |
2008-06-06 | More spanningtree tweaks | brain |
2008-06-06 | Another here too | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-06-01 | Remove limits on assigning of oper types. Theres no practical reason to restr... | brain |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |