Age | Commit message (Expand) | Author |
2006-11-11 | Support hybrid-style port ranges in spanningtree, too | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-10 | Add gline type, and <filter:duration> value to say how long to ban for. | brain |
2006-11-06 | Fixed broken syncing for glines and elines using idents - thanks to dotslashe... | special |
2006-11-05 | Modified the server-to-server TIME command to report the real time (without d... | special |
2006-11-05 | Made the 'force' parameter to BURST and TIMESET uppercase to satisfy the peda... | special |
2006-11-05 | Added the <options:notimesync> flag to disable time syncing | special |
2006-11-05 | Added time syncing! This is fairly simple - servers exchange timestamps and u... | special |
2006-11-04 | one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb... | brain |
2006-11-01 | Added the send_push event to m_spanningtree (send raw text to a remote user) | special |
2006-11-01 | New events for special. Event id's "new_server" and "lost_server". The data i... | brain |
2006-10-31 | Fix broken notice (relatively minor, the notice can be turned off) | brain |
2006-10-28 | Whoops, wrong linfeed type on ADDLINE in netburst | brain |
2006-10-28 | Allow admins to set the socket timeout on server connections | brain |
2006-10-28 | Give this one a go dotslasher, apply to ALL servers | brain |
2006-10-26 | Don't display this notice on an empty servername (which will happen if an inc... | w00t |
2006-10-23 | More missing spaces (and unbreak compile) | w00t |
2006-10-23 | Fix bug experienced by satmd, remove space indents + tidy a little | w00t |
2006-10-22 | Buffer more stuff up for each write by putting it into larger blocks | brain |
2006-10-22 | Fix sending bans on sync: | brain |
2006-10-21 | Fix counts on spanningtree reload (this made /map look really odd) | w00t |
2006-10-21 | Got it! I am teh 1337. | brain |
2006-10-21 | Tiny tweak | brain |
2006-10-20 | Const refs | brain |
2006-10-19 | References and stuff | brain |
2006-10-19 | More stuff changed to const ref | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Optimizations | brain |
2006-10-19 | Improve WriteLine, this should be quite an improvement as it prevents a tempo... | brain |
2006-10-19 | Use rfind rather than find when chopping strings, its faster as the \r is mor... | brain |
2006-10-19 | Remove unused large vars | brain |
2006-10-17 | Remember to delete the tree root when unloading the module | brain |
2006-10-17 | Move the declaration of class Link up top | brain |
2006-10-17 | Whoops, forgot to init a var | brain |
2006-10-17 | Remove culllist.h from here, we no longer use it. | brain |
2006-10-17 | Remove another 'using' for a symbol we use only once | brain |
2006-10-17 | Add a ton of comments to make this much more useful now (putting it all in a ... | brain |
2006-10-17 | Brain->GoToTownOnThisModule(). | brain |
2006-10-17 | Finally take ServerInstance out of the global scope in this module, amongst a... | brain |
2006-10-06 | Document more classes | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-05 | Report invalid command name when invalid command is given in negotiation phase | brain |
2006-10-05 | Remove some annoying debug | brain |
2006-10-05 | Fixed freeing of bound sockets when unloading spanningtree | brain |
2006-10-05 | Remove VF_STATIC from spanningtree and make a clever destructor to close and ... | brain |
2006-10-05 | Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222". | brain |
2006-10-04 | Check for non-existent channel in FMODE | brain |
2006-10-04 | Nickname collisions were broken! :O | brain |
2006-10-03 | Someone review the comments i put in from line 1515 onwards, and see if theyr... | brain |