Age | Commit message (Expand) | Author |
2007-08-27 | A few tidyups, and comment how the new constructors work (so that w00t doesnt... | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Fix obligotary typos | brain |
2007-08-27 | Translate some stuff to uid. | brain |
2007-08-27 | Make this lookup by UUID ahead of nick also, so things work properly. | w00t |
2007-08-27 | Make the server to server parser look for UUID. Currently it will fall back a... | w00t |
2007-08-27 | Oops, don't forget to save UUID of remote clients | w00t |
2007-08-27 | Make FJOIN send UUID | w00t |
2007-08-27 | Convert a metric assload of stuff to use UID | w00t |
2007-08-27 | Send UID (not nick) on client connection | w00t |
2007-08-27 | Send UID prefix on module commands across links. | w00t |
2007-08-27 | Paranoia: Check for UUID collision on UID reciept, remove both clients if a c... | w00t |
2007-08-27 | This will royally fuck 1.2's linking right now, but.. | w00t |
2007-08-27 | Fix to SVSJOIN: disallow invalid channel names. Needs backport. | w00t |
2007-08-26 | Bump ABI version and protocol version. Note that this really means 1.1 and 1.... | w00t |
2007-08-26 | Make this compile, was missing a ( | peavey |
2007-08-26 | Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave... | w00t |
2007-08-26 | Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff. | brain |
2007-08-26 | Routing failure messages back where they came from on /rconnect | brain |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-21 | Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterday | brain |
2007-08-20 | The only possibility for the issue sts found is that a socket is deleted but ... | brain |
2007-08-20 | Add a pair of colons which should fix some KILL messages being dropped and fi... | brain |
2007-08-20 | Increase max time difference to 600 secs | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-08-15 | * include/caller.h will now compile correctly on Windows platforms. | burlex |
2007-08-13 | Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever... | peavey |
2007-08-09 | Show <unknown> instead of an empty string on CAPAB failure, spotted by djGrrr | w00t |
2007-08-07 | Feature request from djGrr, allow changing of server to server ping frequency | brain |
2007-08-05 | Change latency figures in /map to milliseconds, much more useful for lag meas... | brain |
2007-08-03 | There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora. | w00t |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-18 | Ive tidied up the mode count stuff, but i still cant duplicate negative invis... | brain |
2007-07-17 | Stability fixes, some DELETEs here that dont belong any more. | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-11 | Fix for bug #347. | brain |
2007-07-10 | Clarifying comment | brain |
2007-07-10 | This should fix the rest of remote kill nick hiding | brain |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-24 | Check for TS==0 in FJOIN | brain |
2007-06-24 | Drop fmode with TS of 0, just in case any craq smoking services devs get the ... | brain |
2007-06-24 | Fix for atheme support (and others) which makes sure CAPAB is always sent bef... | brain |
2007-06-17 | More | brain |
2007-06-17 | Deprecate remote SQUIT, warn to use RSQUIT instead. RSQUIT supports 1 param t... | peavey |
2007-06-16 | RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1... | peavey |
2007-06-15 | And truly fix rsquit 1 parm crash. | peavey |
2007-06-15 | Fix crash on propogation after routed squit has reached it's destination. Thx... | peavey |
2007-06-15 | Oops forgot to tidy up comments. | peavey |