aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-03add a new cli/manager.conf option "debug" to enable/disablerizzo1-5/+28
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-8/+8
2006-10-31Fix the new send text manager command. There is no way this could have worked.russell1-6/+8
2006-10-31Add manager sendtext action. (Issue 6131, ZX81 - thanks!)oej1-0/+40
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...oej1-4/+16
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-1/+1
2006-10-26fix a problem that i recently introduced whenrizzo1-46/+47
2006-10-26Fix comment preservation code (thanks murf!)markster1-2/+2
2006-10-24i really think it is safe to commit this version, thatrizzo1-52/+153
2006-10-20minor comment changes, code rearrangement and field renamingrizzo1-29/+27
2006-10-20Doxygen correctionsoej1-33/+33
2006-10-19more fixes to comments and very minor code rearrangement.rizzo1-4/+5
2006-10-19implement proper XML/HTML formatting of multiple messagesrizzo1-9/+4
2006-10-19more documentation of data structure and functions.rizzo1-25/+34
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-2/+2
2006-10-18silent warning from a debugging message (which will go awayrizzo1-1/+1
2006-10-18remove trailing whitespacerizzo1-90/+91
2006-10-18ouch! remember to unlink temporary files once done with them.rizzo1-5/+5
2006-10-18+ move output_format variables in the http section of the file;rizzo1-34/+41
2006-10-18another bunch of comments on the data structures.rizzo1-39/+31
2006-10-18despite the large changes, this commit only moves functionsrizzo1-291/+341
2006-10-18more comment and formatting fixes, small simplificationsrizzo1-51/+66
2006-10-18rizzo compile then commit, maybe even run it too ^_^mogorman1-2/+2
2006-10-18comment and cleanup the main thread.rizzo1-26/+31
2006-10-18create a new (internal, for the time being) function astman_start_ack()rizzo1-70/+45
2006-10-18more indentation cleanup from previous commits,rizzo1-76/+76
2006-10-18create proper handlers for "Challenge" and "Login" actions,rizzo1-53/+53
2006-10-18fix indentation from a commit of a couple of days agorizzo1-33/+32
2006-10-18another batch of simplifications to authenticate()rizzo1-65/+70
2006-10-18remove unused fields and unimplemented options.rizzo1-13/+0
2006-10-18first pass as simplifying authenticate(), avoiding whitespace changesrizzo1-14/+17
2006-10-18more code simplificationsrizzo1-43/+34
2006-10-18simplify ast_strings_to_maskrizzo1-28/+18
2006-10-18add a comment to remember that a block of code isrizzo1-0/+6
2006-10-18+ move the enum declaration for output formats near the headrizzo1-22/+48
2006-10-18merge xml_translate() and html_translate() into one function sincerizzo1-57/+28
2006-10-17Warning be gone!file1-1/+2
2006-10-17simplify authority_to_str() using ast_build_string()rizzo1-14/+9
2006-10-17Improve the XML formatting of responses coming from web interface.rizzo1-29/+47
2006-10-17open a temporary file to receive the output from cli commandsrizzo1-1/+25
2006-10-17document xml_copy_escape() and add an extra function, namelyrizzo1-4/+14
2006-10-16+ comment some unclear fields of struct mansession;rizzo1-13/+13
2006-10-16+ comment some unclear requirements for master_eventqrizzo1-15/+17
2006-10-16protect access to first_action with actionlock.rizzo1-40/+27
2006-10-12Merged revisions 44945 via svnmerge from russell1-1/+1
2006-10-12Merged revisions 44921 via svnmerge from nadi1-2/+1
2006-10-06basically fix indentation of a large function after previousrizzo1-70/+65
2006-10-06s cannot be null here, so remove the useless test and error-handling block.rizzo1-4/+1
2006-10-06simplify logic in preparation to reduce indentationrizzo1-7/+7
2006-10-06make sure sockets are blocking when they should be blocking.rizzo1-0/+3