aboutsummaryrefslogtreecommitdiffstats
path: root/include/parse.h
Commit message (Expand)AuthorAgeFilesLines
* Propagate server-time implicitly (ugh)Gravatar Ed Kellett2025-10-101-0/+3
* Change struct Dictionary(*) to rb_dictionary(_\1).•••This cleans things up a slightly and puts the dictionary stuff in its own namespace. Gravatar Elizabeth Myers2016-03-231-2/+2
* Move irc_* data structures to librb.•••This makes the base ircd less cluttered up with data structures that can go elsewhere. Gravatar Elizabeth Myers2016-03-061-1/+1
* Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao... Gravatar Elizabeth Myers2016-03-061-2/+0
* parse: export cmd_dict for use elsewhere.Gravatar Elizabeth Myers2016-03-051-0/+1
* parse: get rid of report_messages•••It is a function with a single usage, that is used only for one specific stats command on one line. Gravatar Elizabeth Myers2016-03-051-1/+0
* ircd: change MessageHandler to include a MsgBuf pointer at the front for tag ...Gravatar William Pitcock2016-02-101-1/+2
* parse: add missing semicolonGravatar William Pitcock2016-01-111-1/+1
* parse: implement reconstruct_parv()Gravatar William Pitcock2016-01-111-0/+1
* Remove trailing whitespace from all .c and .h files.•••3134 bytes were removed. Gravatar Keith Buck2014-03-031-1/+1
* libcharybdis includes gone.Gravatar Valery Yatsko2008-04-021-1/+0
* It compiles, ship it.Gravatar William Pitcock2007-12-021-0/+1
* commands and aliases go from horrible hashtable code to dictionary... try 1Gravatar William Pitcock2007-12-021-10/+1
* [svn] - the new plan:••• + branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff Gravatar nenolod2007-01-241-0/+54